Namespace - LJCWinFormControls
Parameters
panel - The parent SplitterPanel.
childSplit - The child SplitContainer.
adjust - The adjustment value.
splitLeft - The child Left value.
splitTop - The child Top value.
Syntax
C# |
public static Void SetPanelSplitControl(SplitterPanel panel, SplitContainer childSplit, Int32 adjust = 0, Int32 splitLeft = 0, Int32 splitTop = 0)
|
Sets size and position for child SplitterContainer in a SplitterPanel.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.